li {
    list-style: none;
}

html,
body {
    background: #fff;
}

.head_wrap {
    width: 100%;
    height: 70px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: #fff;
    box-shadow: 1px 9px 15px 0px rgba(0, 0, 0, 0.1);
}

.homepage {
    max-width: 1200px;
    height: 100%;
    position: relative;
    margin: auto;
    padding: 0 24px;
}

.headlogo {
    width: 174px;
    line-height: 70px;
    display: inline-block;
    float: left;
}

.headlogo img {
    /* vertical-align: middle;
    display: inline-block; */
    width: 100%;
    height: 70px;
}

.telbox {
    float: right;
    height: 70px;
    line-height: 70px;
    font-size: 16px;
    color: #271F17;
}

.telbox img {
    vertical-align: middle;
    display: inline-block;
    width: 16px;
    height: 22px;
    margin-right: 10px;
}


.headmenu {
    float: right;
    height: 70px;
    line-height: 70px;
    margin-right: 107px;
}

.headmenu li {
    position: relative;
    float: left;
    padding: 0 25px;
    color: #323233;
    font-size: 16px;
    cursor: pointer;
    user-select: none;
    font-weight: 500;
}

.headmenu li a {
    color: #323233;
    font-size: 16px;
    cursor: pointer;
    user-select: none;
}

.headmenu li a.active {
    color: #F75D25;
}

.headmenu li a.active::after {
    content: '';
    width: 28px;
    height: 4px;
    background: #F75D25;
    border-radius: 2px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.swiperbox {
    width: 100%;
    position: relative;
    float: left;
    margin-top: 110px;
}

.swipercen {
    max-width: 1200px;
    height: 548px;
    position: relative;
    margin: auto;
}

.swiper-container {
    width: 836px;
    height: 100%;
    float: left;
}

.swiper-slide {
    width: 100%;
    height: 100%;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    display: block;
}

.swiper-pagination .swiper-pagination-bullet-active {
    background-color: #fff;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: '';
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: '';
}

.swiper-container .swiper-button-hidden {
    opacity: 0;
}

.swiper-button-prev {
    left: 0;
    background: url(../imgs/lbtn.png) center center no-repeat;
    background-size: 41px 75px;
}

.swiper-button-next {
    right: 0;
    background: url(../imgs/rbtn.png) center center no-repeat;
    background-size: 41px 75px;
}

.swiperright {
    width: 348px;
    float: right;
    height: 548px;
}

.imgtop {
    width: 100%;
    height: 266px;
    float: left;
    position: relative;
}

.imgbg {
    width: 100%;
    height: 100%;
    float: left;
}

.bofang {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    width: 54px;
    height: 54px;
}

.imgdesc {
    width: 100%;
    height: 60px;
    position: absolute;
    z-index: 1;
    background: rgba(0, 0, 0, 0.25);
    color: #fff;
    left: 0;
    bottom: 0;
}

.imgdesc span {
    float: left;
    margin-left: 18px;
    margin-top: 27px;
    font-size: 18px;
}

.imgtop1 {
    margin-top: 16px;
}

#introduction {
    width: 100%;
    height: 555px;
    float: left;
    margin: auto;
    background: #fff;
}

.introcen {
    max-width: 1200px;
    height: 100%;
    position: relative;
    margin: auto;
}

.title-wrapper {
    margin: 0 auto 48px;
    margin-bottom: 30px;
    font-weight: 500;
    position: relative;
    text-align: left;
    line-height: 70px;
}

.title-wrapper h1 {
    font-size: 38px;
    color: #323233;
    margin-left: 26px;
    margin-top: 57px;
}

.title-wrapper span {
    font-size: 34px;
    color: #323233;
    position: relative;
    z-index: 1;
    margin-left: 26px;
}

.title-wrapper img {
    width: 121px;
    height: 20px;
    position: absolute;
    bottom: 9px;
    left: 0;
}

.rowbox {
    min-height: 200px;
    position: relative;
    padding: 20px 0;
    margin-top: 20px;
    display: flex;
    flex-flow: row wrap;
}

.rowone {
    text-align: center;
    display: inline-block;
    width: 25%;
    flex: 0 0 25%;
}

.rowimg {
    width: 150px;
    height: 150px;
    background: #FFFFFF;
    box-shadow: 0px 7px 21px 0px rgba(10, 25, 49, 0.09);
    border-radius: 50%;
    margin: auto;
    position: relative;
}

.rowimg img {
    width: 102px;
    height: 102px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.rowtitle {
    line-height: 32px;
    margin: 10px auto;
    font-size: 22px;
    font-weight: 500;
    margin-top: 38px;
}

.rowtitle span {
    color: #323233;
}

.rowdesc {
    font-size: 16px;
    color: #7D7E80;
    text-align: center;
    margin-top: 20px;
}

#download {
    width: 100%;
    float: left;
    background: #fff;
    height: 912px;
}

.downloadcen {
    max-width: 1200px;
    height: 100%;
    position: relative;
    margin: auto;
}

.downbot {
    width: 100%;
    margin-top: 30px;
    float: left;
}

.downimg {
    width: 502px;
    height: 659px;
    float: left;
    margin-left: 131px;
}

.downright {
    float: left;
    width: 30%;
    margin-left: 164px;
}

.downdesc {
    float: left;
    font-size: 22px;
    color: #323233;
    margin-top: 100px;
    width: 100%;
    text-align: left;
}

.recomend {
    float: left;
    font-size: 18px;
    color: #323232;
    margin-top: 25px;
    text-align: left;
}

.downdesc1 {
    margin-top: 15px;
}

.qrcode {
    width: 250px;
    height: 250px;
    float: left;
    margin-top: 30px;
}

#partner {
    width: 100%;
    height: 553px;
    float: left;
    position: relative;
    background: url('../imgs/bgimg.png') no-repeat center center/cover;
}

.bgcolor {
    position: absolute;
    top: 0;
    left: 0;
    background: #F7F7F7;
    opacity: 0.85;
    width: 100%;
    height: 100%;
}

.partnercen {
    max-width: 1200px;
    position: relative;
    margin: auto;
    z-index: 1;
}

.tagcloud {
    width: 600px;
    height: 415px;
    position: relative;
    float: left;
    margin-right: 60px;
    margin-top: 60px;
}

.tagcloud span {
    position: relative;
    display: block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
    user-select: none;
    width: 120px;
    height: 120px;
}

.tagcloud img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    box-shadow: 0px 7px 15px 0px rgba(34, 46, 56, 0.08);
    border-radius: 50%;
}

.partimg {
    width: 120px;
    height: 120px;
}

.partimg1 {
    width: 100px;
    height: 100px;
}

.partimg2 {
    width: 80px;
    height: 80px;
}

.partnerright {
    width: 540px;
    height: 415px;
    float: left;
    margin-top: 60px;
}

.parttit {
    width: 100%;
    position: relative;
    text-align: left;
    float: left;
}

.parttit h1 {
    line-height: 40px;
    font-size: 38px;
    font-weight: 500;
    color: #333;
    color: #323233;
    margin-left: 199px;
    float: left;
}

.parttit span {
    font-size: 34px;
    color: #323233;
    font-weight: 500;
    position: relative;
    z-index: 1;
    margin-left: 201px;
    margin-top: 16px;
    float: left;
}

p {
    color: #323233;
}

.parttit img {
    position: absolute;
    left: 174px;
    bottom: -12px;
    width: 121px;
    height: 20px;
}

.partnercon {
    font-size: 16px;
    color: #323233;
    line-height: 32px;
    margin: 52px 0;
    text-align: left;
    float: left;
}

#footerbox {
    width: 100%;
    height: 560px;
    float: left;
    background: #F4F5F6;
}

.footercen {
    max-width: 1200px;
    height: 100%;
    position: relative;
    margin: auto;
    padding: 70px 15px;
}

.mapbox {
    width: 654px;
    height: 396px;
    float: left;
}

.contact {
    width: 410px;
    float: left;
    margin-left: 102px;
}

.contacttop {
    width: 100%;
    float: left;
    position: relative;
    text-align: left;
}

.contacttop h1 {
    float: left;
    font-size: 38px;
    color: #323233;
    font-weight: 500;
    width: 80%;
    margin-left: 30px;
}

.contacttop span {
    font-size: 34px;
    font-weight: 500;
    color: #323233;
    float: left;
    position: relative;
    z-index: 1;
    margin-left: 30px;
    margin-top: 16px;
}

.contacttop img {
    width: 121px;
    height: 20px;
    position: absolute;
    left: 2px;
    bottom: -12px;
}

.contactbot {
    width: 100%;
    float: left;
    margin-top: 52px;
}

.contactcon {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #323233;
    text-align: left;
    margin-bottom: 35px;
}

.conleft {
    width: 100px;
    float: left;
}

.conright {
    float: left;
    width: 300px;
}

.contactcon1 {
    margin-top: 20px;
}

.totopbtn {
    position: fixed;
    bottom: 80px;
    right: 30px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0px 7px 15px 5px rgba(5, 5, 5, 0.2);
}

.totopbtn img {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.beian {
    width: 100%;
    float: left;
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
}

.beian a {
    color: #323233;
}

.maskbox {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.7);
}

.closemask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.videobox {
    width: 1000px;
    height: 600px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}

.videobox1 {
    width: 1000px;
    height: 600px;
}

video:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

[v-cloak] {
    display: none;
}